rombios: fix trying to boot from next device
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 27 May 2009 10:19:38 +0000 (11:19 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 27 May 2009 10:19:38 +0000 (11:19 +0100)
commite420ef1e7381ce0b25c8f66c1cab2d622cffd385
tree388de84f9f13a1da9878fd20f90b645e9a8cd73e
parent7f75b4d5a3b1405c8689b6374bbb7ed5af6130b0
rombios: fix trying to boot from next device

If boot="ndc", rombios cannot try to boot next device.
Because rombios jump to the boot vector without pushing return
address, gPXE code and so on cannot return if it fail to boot.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>
tools/firmware/rombios/rombios.c